Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1AutoComplete<T> Class / AutoComplete Property

In This Topic
    AutoComplete Property (C1AutoComplete<T>)
    In This Topic
    Gets or sets whether the control should try to automatically complete entries using the list of items.
    Syntax
    'Declaration
     
    
    Public Property AutoComplete As Boolean
    public bool AutoComplete {get; set;}
    See Also